diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,6 +1,5 @@ #[cfg(test)] mod tests { #[test] - fn it_works() { - } + fn it_works() {} } |
index : systemhttpd.git | ||
Web frontend for systemd | KJ |
summaryrefslogtreecommitdiff |
-rw-r--r-- | src/lib.rs | 3 |
@@ -1,6 +1,5 @@ #[cfg(test)] mod tests { #[test] - fn it_works() { - } + fn it_works() {} } |