docs: Update to 2018 edition

This commit is contained in:
Sebastian Dröge 2020-11-22 13:00:48 +02:00
parent 1b288add4c
commit dd8ae99cc7
2 changed files with 1 additions and 2 deletions

View file

@ -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"

View file

@ -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};