rust/src
Matthias Krüger 8ab16b678c
remove macro_vis_matcher feature gate since it is stable now.
Warning was:
warning: the feature `macro_vis_matcher` has been stable since 1.29.0 and no longer requires an attribute to enable
 --> src/lib.rs:4:12
  |
4 | #![feature(macro_vis_matcher)]
  |            ^^^^^^^^^^^^^^^^^
  |
  = note: #[warn(stable_features)] on by default
2018-08-23 15:40:51 +02:00
..
driver.rs Fix #2927 2018-08-15 08:11:07 +02:00
lib.rs remove macro_vis_matcher feature gate since it is stable now. 2018-08-23 15:40:51 +02:00
main.rs Fix clippy warning 2018-04-04 07:08:35 +02:00