We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3e0284 commit 67045a0Copy full SHA for 67045a0
crates/git-remote-codecommit/src/uri/mod.rs
@@ -1,3 +1,5 @@
1
+#![cfg_attr(not(bool_to_result), expect(unstable_name_collisions))]
2
+
3
mod error;
4
5
use std::ops::Not;
0 commit comments