summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-09-02 15:36:26 -0400
committerJesse Luehrs <doy@tozt.net>2014-09-02 15:36:26 -0400
commita28561e85df853b8e627ccbd30199b7c0aa7465d (patch)
tree69726efe2954d0822cecb45f7b6208fc44d6dc42 /src
downloadrust-irc-a28561e85df853b8e627ccbd30199b7c0aa7465d.tar.gz
rust-irc-a28561e85df853b8e627ccbd30199b7c0aa7465d.zip
initial commit
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
new file mode 100644
index 0000000..a93251b
--- /dev/null
+++ b/src/lib.rs
@@ -0,0 +1,3 @@
+#[test]
+fn it_works() {
+}