summaryrefslogtreecommitdiffstats
path: root/.imag-documentation/src/lib.rs
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-07-27 19:24:21 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-07-27 19:28:36 +0200
commitbe0a9071455c1fe2205548758bd107ec3ebb91c1 (patch)
tree9aba41de5e8e56843d3b5da5cf9da811fa5fcf88 /.imag-documentation/src/lib.rs
parent76fba4622423e3625717f8d66f34c96b51106eb9 (diff)
Add .imag-documentation
A crate which simply depends on all libimag* crates to be able to generate the documentation for all of them by simply creating the documentation of this crate.
Diffstat (limited to '.imag-documentation/src/lib.rs')
-rw-r--r--.imag-documentation/src/lib.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/.imag-documentation/src/lib.rs b/.imag-documentation/src/lib.rs
new file mode 100644
index 00000000..cdfbe1aa
--- /dev/null
+++ b/.imag-documentation/src/lib.rs
@@ -0,0 +1,6 @@
+#[cfg(test)]
+mod tests {
+ #[test]
+ fn it_works() {
+ }
+}