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.
2 parents caf8bb1 + 71115e9 commit 5d82167Copy full SHA for 5d82167
src/branch.rs
@@ -9,7 +9,7 @@ use util::Binding;
9
/// A structure to represent a git [branch][1]
10
///
11
/// A branch is currently just a wrapper to an underlying `Reference`. The
12
-/// reference can be accessed through the `get` and `unwrap` methods.
+/// reference can be accessed through the `get` and `into_reference` methods.
13
14
/// [1]: http://git-scm.com/book/en/Git-Branching-What-a-Branch-Is
15
pub struct Branch<'repo> {
0 commit comments