diff --git a/data/fd-lock.toml b/data/fd-lock.toml new file mode 100644 index 0000000..c6b9a8e --- /dev/null +++ b/data/fd-lock.toml @@ -0,0 +1,5 @@ +description = """ +The standard library provides various locking APIs on `std::fs::File` \ +since Rust 1.89, altough with a slightly different API. +""" +url = "https://doc.rust-lang.org/std/fs/struct.File.html#method.lock"