Skip to content

Commit

Permalink
Merge pull request #93 from knurling-rs/refactor
Browse files Browse the repository at this point in the history
Remove TryInto import (in prelude since 2021 edition)
  • Loading branch information
jonathanpallant authored Apr 19, 2024
2 parents 7d8cf68 + e72bf5c commit 39ff25e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

- [#93] Remove TryInto import (in prelude since 2021 edition)
- [#92] Recommend `target.'cfg(..)'.linker` for recent Cargo versions
- [#90] Configure release-plz
- [#88] Setup release-plz

[#93]: https://github.com/knurling-rs/flip-link/pull/93
[#92]: https://github.com/knurling-rs/flip-link/pull/92
[#90]: https://github.com/knurling-rs/flip-link/pull/90
[#88]: https://github.com/knurling-rs/flip-link/pull/86
Expand Down
2 changes: 1 addition & 1 deletion tests/verify.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ mod cargo {
}

mod elf {
use std::{convert::TryInto, ops::RangeInclusive, path::PathBuf};
use std::{ops::RangeInclusive, path::PathBuf};

use object::{File, Object, ObjectSection, Section};

Expand Down

0 comments on commit 39ff25e

Please sign in to comment.