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

Commit 5b5cd9d

Browse files
authored
Merge pull request #1050 from matthiaskrgr/fix_ed2018_build
enable crate_visibility_modifier since it is used but no longer part of 2018 edition.
2 parents ac2e802 + 158182c commit 5b5cd9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
//! code completion, and enables renaming and refactorings.
1717
1818
#![feature(rustc_private, integer_atomics, drain_filter)]
19+
#![feature(crate_visibility_modifier)] // needed for edition 2018
1920
#![allow(unknown_lints)]
2021
#![warn(clippy, rust_2018_idioms)]
2122
#![allow(

0 commit comments

Comments
 (0)