-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
C-bugCategory: Clippy is not doing the correct thingCategory: Clippy is not doing the correct thingI-suggestion-causes-errorIssue: The suggestions provided by this Lint cause an ICE/error when appliedIssue: The suggestions provided by this Lint cause an ICE/error when appliedT-macrosType: Issues with macros and macro expansionType: Issues with macros and macro expansiongood first issueThese issues are a good way to get started with ClippyThese issues are a good way to get started with Clippy
Description
cargo clippy --all -- -D clippy::pedantic -D warnings
is ok
running cargo +nightly clippy --all -- -D clippy::pedantic -D warnings
produces:
error: integer type suffix should be separated by an underscore
--> jason/src/api/connection.rs:28:1
|
28 | #[wasm_bindgen]
| ^^^^^^^^^^^^^^^ help: add an underscore: `#[wasm_bindg_u32`
|
= note: `-D clippy::unseparated-literal-suffix` implied by `-D clippy::pedantic`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unseparated_literal_suffix
cargo clippy -V
clippy 0.0.212 (e3cb40e 2019-06-25)
cargo +nightly clippy -V
clippy 0.0.212 (aeadf15 2019-09-03)
Metadata
Metadata
Assignees
Labels
C-bugCategory: Clippy is not doing the correct thingCategory: Clippy is not doing the correct thingI-suggestion-causes-errorIssue: The suggestions provided by this Lint cause an ICE/error when appliedIssue: The suggestions provided by this Lint cause an ICE/error when appliedT-macrosType: Issues with macros and macro expansionType: Issues with macros and macro expansiongood first issueThese issues are a good way to get started with ClippyThese issues are a good way to get started with Clippy