Skip to content

Commit 67045a0

Browse files
committed
fix: temporarily ignore unstable_name_collisions
1 parent f3e0284 commit 67045a0

File tree

1 file changed

+2
-0
lines changed
  • crates/git-remote-codecommit/src/uri

1 file changed

+2
-0
lines changed

crates/git-remote-codecommit/src/uri/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![cfg_attr(not(bool_to_result), expect(unstable_name_collisions))]
2+
13
mod error;
24

35
use std::ops::Not;

0 commit comments

Comments
 (0)