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 b3658ec commit 471343cCopy full SHA for 471343c
src/measurement.rs
@@ -73,7 +73,7 @@ pub trait Measurement {
73
}
74
75
/// This is a special macro that creates the code to implement
76
-/// std::fmt::Display.
+/// `std::fmt::Display`.
77
#[macro_export]
78
macro_rules! implement_display {
79
($($t:ty)*) => ($(
src/test_utils.rs
@@ -1,4 +1,4 @@
1
-//! Utility code for test_utils
+//! Utility code for writing tests.
2
3
const DEFAULT_DELTA: f64 = 1e-5;
4
0 commit comments