mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-25 11:01:10 +00:00
docs: Update to 2018 edition
This commit is contained in:
parent
1b288add4c
commit
dd8ae99cc7
2 changed files with 1 additions and 2 deletions
|
@ -6,6 +6,7 @@ license = "LGPL-2.0"
|
||||||
description = "LGPL-licensed docs for gstreamer-rs crates"
|
description = "LGPL-licensed docs for gstreamer-rs crates"
|
||||||
repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"
|
repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"
|
||||||
homepage = "https://gstreamer.freedesktop.org"
|
homepage = "https://gstreamer.freedesktop.org"
|
||||||
|
edition = "2018"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "lgpl_docs"
|
name = "lgpl_docs"
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
extern crate stripper_lib;
|
|
||||||
|
|
||||||
use std::io;
|
use std::io;
|
||||||
use std::path::Path;
|
use std::path::Path;
|
||||||
use stripper_lib::{loop_over_files, parse_cmts, regenerate_comments, strip_comments};
|
use stripper_lib::{loop_over_files, parse_cmts, regenerate_comments, strip_comments};
|
||||||
|
|
Loading…
Reference in a new issue