We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3df7e81 commit 22ef359Copy full SHA for 22ef359
src/repo.rs
@@ -198,7 +198,9 @@ impl Repository {
198
///
199
/// ceiling_dirs specifies a list of paths that the search through parent
200
/// directories will stop before entering. Use the functions in std::env
201
- /// to construct or manipulate such a path list.
+ /// to construct or manipulate such a path list. (You can use `&[] as
202
+ /// &[&std::ffi::OsStr]` as an argument if there are no ceiling
203
+ /// directories.)
204
pub fn open_ext<P, O, I>(
205
path: P,
206
flags: RepositoryOpenFlags,
0 commit comments