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

Commit 49c2661

Browse files
committed
Remove crate_visibility_modifier feature
1 parent e1e6ab5 commit 49c2661

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
//! code completion, and enables renaming and refactorings.
77
88
#![feature(rustc_private, integer_atomics, drain_filter)]
9-
#![feature(crate_visibility_modifier)] // needed for edition 2018
109
#![allow(unknown_lints)]
1110
#![warn(clippy::all, rust_2018_idioms)]
1211
#![allow(

0 commit comments

Comments
 (0)