Browse Source

comments out empty tests

master
Jonathan Strong 7 years ago
parent
commit
794f93cfe8
1 changed files with 3 additions and 6 deletions
  1. +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 {
// }

Loading…
Cancel
Save