Skip to content

Commit dd9bfcd

Browse files
Add @ssrlive to authors list
1 parent 50b0004 commit dd9bfcd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ authors = ["наб <nabijaczleweli@nabijaczleweli.xyz>",
3636
"Lucas Nogueira <lucas@tauri.app>",
3737
"CharlesChen0823 <yongchen0823@gmail.com>",
3838
"Daniel Schaefer <dhs@frame.work>",
39-
"Rene Leonhardt"]
39+
"Rene Leonhardt",
40+
"ssrlive"]
4041
exclude = ["*.enc"]
4142

4243

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
//!
6363
//! Parameters that look like `&["string"]` or `embed_resource::NONE` in the example above
6464
//! can be anything that satisfies `IntoIterator<AsRef<OsStr>>`:
65-
//! `&[&str]`, of course, but also `Option<PathBuf>`, `Vec<OsString>`, &c.
65+
//! `&[&str]`, of course, but also `Option<PathBuf>`, `Vec<OsString>`, `BTreeSet<&Path>`, &c.
6666
//!
6767
//! ## Errata
6868
//!

0 commit comments

Comments
 (0)