fa242a5cd6
This prevents code like #[cfg(unix)] pub use self::unix::{}; from becoming #[cfg(unix)] which would cause the attribute to be attached to the next item.