ahhh, they do: ```rust #[cfg(not(feature="std"))] extern crate core as std; ``` so that's why the other std imports were OK