Skip to content

Commit 53f38fa

Browse files
committed
fix: change expect to allow for 1.86-1.88
1 parent 615e92a commit 53f38fa

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![cfg_attr(not(bool_to_result), expect(unstable_name_collisions))]
1+
#![cfg_attr(not(bool_to_result), allow(unstable_name_collisions))]
22

33
mod error;
44

0 commit comments

Comments
 (0)