From dd8ae99cc726bc144d8067a29319192d0bb32fa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 22 Nov 2020 13:00:48 +0200 Subject: [PATCH] docs: Update to 2018 edition --- docs/Cargo.toml | 1 + docs/src/lib.rs | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) 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};