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.
2 parents f1de757 + d9a1ed5 commit 8a29378Copy full SHA for 8a29378
scylla/tests/ccm_integration/ccm/ip_allocator.rs
@@ -57,7 +57,7 @@ impl NetPrefix {
57
58
impl std::fmt::Display for NetPrefix {
59
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
60
- write!(f, "{}", self.0)
+ write!(f, "{}", self.to_str())
61
}
62
63
0 commit comments