aboutsummaryrefslogtreecommitdiffstats
path: root/adenosine/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'adenosine/src/lib.rs')
-rw-r--r--adenosine/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/adenosine/src/lib.rs b/adenosine/src/lib.rs
index 49701a1..06e3174 100644
--- a/adenosine/src/lib.rs
+++ b/adenosine/src/lib.rs
@@ -32,7 +32,7 @@ pub fn created_at_now() -> String {
fn test_created_at_now() {
// eg: 2022-11-22T09:20:44.123Z
let ts = created_at_now();
- println!("{}", ts);
+ println!("{ts}");
assert_eq!(&ts[4..5], "-");
assert_eq!(&ts[7..8], "-");
assert_eq!(&ts[10..11], "T");