Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove use of prelude_import #13

Merged
merged 1 commit into from
Oct 19, 2023
Merged

Remove use of prelude_import #13

merged 1 commit into from
Oct 19, 2023

Conversation

crawfxrd
Copy link
Member

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

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]>
@crawfxrd crawfxrd requested a review from a team October 17, 2023 20:01
@crawfxrd crawfxrd changed the title Remove use of prelude_import Remove use of prelude_import Oct 17, 2023
@jackpot51 jackpot51 merged commit 68052ac into master Oct 19, 2023
1 check passed
@jackpot51 jackpot51 deleted the rm-prelude-import branch October 19, 2023 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants