You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ cargo +beta clippy
Checking test_uuid_indexing v0.1.0
error: index is out of bounds
--> src/lib.rs:4:29
|
4 | pub const SOME_UUID: Uuid = uuid!("11111111-1111-2222-3333-444444444444");
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#out_of_bounds_indexing
= note: `#[deny(clippy::out_of_bounds_indexing)]` on by default
= note: this error originates in the macro `uuid` (in Nightly builds, run with -Z macro-backtrace for more info)