diff --git a/docs/Cargo.toml b/docs/Cargo.toml index cf14c8c4e..575d4fdfe 100644 --- a/docs/Cargo.toml +++ b/docs/Cargo.toml @@ -6,6 +6,7 @@ license = "LGPL-2.0" description = "LGPL-licensed docs for gstreamer-rs crates" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" homepage = "https://gstreamer.freedesktop.org" +edition = "2018" [lib] name = "lgpl_docs" diff --git a/docs/src/lib.rs b/docs/src/lib.rs index bb3527b6a..3a6837795 100644 --- a/docs/src/lib.rs +++ b/docs/src/lib.rs @@ -1,5 +1,3 @@ -extern crate stripper_lib; - use std::io; use std::path::Path; use stripper_lib::{loop_over_files, parse_cmts, regenerate_comments, strip_comments};