Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Jan 21, 2024
1 parent 1a93556 commit 7002aa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/misc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ fn opaque_matches_stable() {
/// Validates we can correctly find package ids for duplicated packages in both
/// the opaque and stable formats
///
/// https://github.com/EmbarkStudios/krates/issues/68
/// https://github.com/EmbarkStudios/krates/issues/69
/// <https://github.com/EmbarkStudios/krates/issues/68>
/// <https://github.com/EmbarkStudios/krates/issues/69>
#[test]
fn finds_duplicates() {
let opaque = util::build("pid-opaque.json", krates::Builder::new()).unwrap();
Expand Down

0 comments on commit 7002aa6

Please sign in to comment.