Skip to content

simple fixes: getting rid of some warnings to make cargo build warning-free and reflect changes of MSRV in the readme file.#182

Merged
zesterer merged 4 commits intozesterer:masterfrom
funny0facer:master
Jan 23, 2026
Merged

simple fixes: getting rid of some warnings to make cargo build warning-free and reflect changes of MSRV in the readme file.#182
zesterer merged 4 commits intozesterer:masterfrom
funny0facer:master

Conversation

@funny0facer
Copy link
Contributor

  • get rid of "warning: no edition set: defaulting to the 2015 edition while 2021 is compatible with rust-version"
    => change in Cargo.toml
  • get rid of "warning: hiding a lifetime that's elided elsewhere is confusing"
    => changes in mutex.rs
    => changes in rwlock.rs
    => changes in spin.rs
  • Reflect changes of MSRV rust version in README
    => change in README.md

 - get rid of "warning: no edition set: defaulting to the 2015 edition while 2021 is compatible with `rust-version`"
   => change in Cargo.toml
 - get rid of "warning: hiding a lifetime that's elided elsewhere is confusing"
   => changes in mutex.rs
   => changes in rwlock.rs
   => changes in spin.rs
 - get rid of "warning: no edition set: defaulting to the 2015 edition while 2021 is compatible with `rust-version`"
   => change in Cargo.toml
 - get rid of "warning: hiding a lifetime that's elided elsewhere is confusing"
   => changes in mutex.rs
   => changes in rwlock.rs
   => changes in spin.rs
 - Reflect changes of MSRV rust version in README
   => change in README.md
@zesterer
Copy link
Owner

Thanks, although this contains the example from your other MR

@funny0facer
Copy link
Contributor Author

oh. that was not intended. I will update the branch today

@funny0facer
Copy link
Contributor Author

should be better now.

@zesterer
Copy link
Owner

Thanks!

@zesterer zesterer merged commit 1964a50 into zesterer:master Jan 23, 2026
6 checks passed
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