File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -214,6 +214,7 @@ impl Config {
214
214
/// # Example
215
215
///
216
216
/// ```
217
+ /// # #![allow(unstable)]
217
218
/// use git2::Config;
218
219
///
219
220
/// let cfg = Config::new().unwrap();
Original file line number Diff line number Diff line change 23
23
//! already exist.
24
24
//!
25
25
//! ```no_run
26
+ //! # #![allow(unstable)]
26
27
//! use git2::Repository;
27
28
//!
28
29
//! let path = Path::new("/path/to/a/repo");
35
36
//! ### Opening an existing repository
36
37
//!
37
38
//! ```no_run
39
+ //! # #![allow(unstable)]
38
40
//! use git2::Repository;
39
41
//!
40
42
//! let path = Path::new("/path/to/a/repo");
47
49
//! ### Cloning an existing repository
48
50
//!
49
51
//! ```no_run
52
+ //! # #![allow(unstable)]
50
53
//! use git2::Repository;
51
54
//!
52
55
//! let url = "https://github.com/alexcrichton/git2-rs";
You can’t perform that action at this time.
0 commit comments