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

Commit

Permalink
Merge pull request #1050 from matthiaskrgr/fix_ed2018_build
Browse files Browse the repository at this point in the history
enable crate_visibility_modifier since it is used but no longer part of 2018 edition.
  • Loading branch information
Xanewok authored Sep 8, 2018
2 parents ac2e802 + 158182c commit 5b5cd9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
//! 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, rust_2018_idioms)]
#![allow(
Expand Down

0 comments on commit 5b5cd9d

Please sign in to comment.