Skip to content

Commit 471343c

Browse files
committed
Make clippy happier.
1 parent b3658ec commit 471343c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/measurement.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ pub trait Measurement {
7373
}
7474

7575
/// This is a special macro that creates the code to implement
76-
/// std::fmt::Display.
76+
/// `std::fmt::Display`.
7777
#[macro_export]
7878
macro_rules! implement_display {
7979
($($t:ty)*) => ($(

src/test_utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! Utility code for test_utils
1+
//! Utility code for writing tests.
22
33
const DEFAULT_DELTA: f64 = 1e-5;
44

0 commit comments

Comments
 (0)