Skip to content

monitor: Add readline for interactive use #71

monitor: Add readline for interactive use

monitor: Add readline for interactive use #71

GitHub Actions / clippy succeeded Apr 26, 2024 in 0s

clippy

1 warning

Details

Results

Message level Amount
Internal compiler error 0
Error 0
Warning 1
Note 0
Help 0

Versions

  • rustc 1.79.0-nightly (3a36386dc 2024-04-25)
  • cargo 1.79.0-nightly (c93926759 2024-04-23)
  • clippy 0.1.79 (3a36386 2024-04-25)

Annotations

Check warning on line 10 in theon/src/main.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

the feature `inline_const` has been stable since 1.79.0-nightly and no longer requires an attribute to enable

warning: the feature `inline_const` has been stable since 1.79.0-nightly and no longer requires an attribute to enable
  --> theon/src/main.rs:10:12
   |
10 | #![feature(inline_const)]
   |            ^^^^^^^^^^^^
   |
   = note: `#[warn(stable_features)]` on by default