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
comments out empty tests
master
Jonathan Strong
7 years ago
parent
4ce59763df
commit
794f93cfe8
1 changed files
with
3 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-6
src/lib.rs
+ 3
- 6
src/lib.rs
View File
@@ -22,9 +22,6 @@ pub fn nanos(t: DateTime<Utc>) -> u64 {
(t.timestamp() as u64) * 1_000_000_000_u64 + (t.timestamp_subsec_nanos() as u64)
}
#[cfg(test)]
mod tests {
#[test]
fn it_works() {
}
}
// #[cfg(test)]
// mod tests {
// }
Write
Preview
Loading…
Cancel
Save