rust/tests
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
..
config Remove where_indent option 2017-05-01 16:05:38 +12:00
coverage simplify tests 2016-04-05 02:45:39 +03:00
source Fix #1858 - "Don't erase a use with attributes attached" 2017-08-06 19:53:57 -04:00
target Fix #1858 - "Don't erase a use with attributes attached" 2017-08-06 19:53:57 -04:00
writemode Reformat tests 2017-06-13 14:42:54 +12:00
system.rs Format source codes and update tests 2017-07-20 00:42:00 +09:00