Set all documentation examples to 2018 edition
diff --git a/src/lit.rs b/src/lit.rs
index 9fd87e8..aeff935 100644
--- a/src/lit.rs
+++ b/src/lit.rs
@@ -121,7 +121,7 @@
     ///
     /// # Example
     ///
-    /// ```
+    /// ```edition2018
     /// # extern crate proc_macro2;
     /// #
     /// use proc_macro2::Span;