Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
Remove crate_visibility_modifier feature
Browse files Browse the repository at this point in the history
  • Loading branch information
h-michael committed Jan 26, 2019
1 parent e1e6ab5 commit 49c2661
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
//! code completion, and enables renaming and refactorings.
#![feature(rustc_private, integer_atomics, drain_filter)]
#![feature(crate_visibility_modifier)] // needed for edition 2018
#![allow(unknown_lints)]
#![warn(clippy::all, rust_2018_idioms)]
#![allow(
Expand Down

0 comments on commit 49c2661

Please sign in to comment.