This website works better with JavaScript.
git.jstrong.dev
Home
Explore
Help
Sign In
jstrong
/
influx-writer
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
silence compiler warning
master
Jonathan Strong
3 years ago
parent
8e61a3993a
commit
96a8d44b97
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/lib.rs
+ 1
- 1
src/lib.rs
View File
@@ -1496,7 +1496,7 @@ mod tests {
}
}
Err(why) => {
Err(why) => {
panic!(why)
panic!(
"{}",
why)
}
}
}
}
}
}
Write
Preview
Loading…
Cancel
Save