Skip to content
Snippets Groups Projects
Commit 1850eb37 authored by Eduardo Trujillo's avatar Eduardo Trujillo
Browse files

refactor: Remove unstable features

parent f37eb4e2
No related branches found
No related tags found
No related merge requests found
#![feature(try_blocks, proc_macro_hygiene)]
#![deny(rust_2018_idioms, nonstandard_style)]
#![deny(clippy::doc_markdown, clippy::match_bool, clippy::match_same_arms)]
#![warn(future_incompatible)]
......
#![feature(try_blocks, proc_macro_hygiene)]
#![deny(rust_2018_idioms, nonstandard_style)]
#![deny(clippy::doc_markdown, clippy::match_bool, clippy::match_same_arms)]
#![warn(future_incompatible)]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment