Caleb Jones fa242a5cd6 Fix #1858 - "Don't erase a use with attributes attached"
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.
2017-08-06 19:53:57 -04:00
..
2017-05-01 16:05:38 +12:00
2016-04-05 02:45:39 +03:00
2017-06-13 14:42:54 +12:00
2017-07-20 00:42:00 +09:00