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 4bc9f8c commit 8d7d98aCopy full SHA for 8d7d98a
src/mocking.rs
@@ -93,7 +93,7 @@ impl MockCluster {
93
let raw =
94
unsafe { CStr::from_ptr(rdsys::rd_kafka_mock_cluster_bootstraps(self.mock_cluster)) };
95
raw.to_str()
96
- .expect("Unexpected none unicode chars in bootstrap servers")
+ .expect("Unexpected non-Unicode characters in bootstrap servers")
97
.to_string()
98
}
99
0 commit comments