Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes the following warning: warning: the feature `prelude_import` is internal to the compiler or standard library --> src/main.rs:5:12 | 5 | #![feature(prelude_import)] | ^^^^^^^^^^^^^^ | = note: using it is strongly discouraged = note: `#[warn(internal_features)]` on by default Signed-off-by: Tim Crawford <[email protected]>
- Loading branch information