You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: crates/but-hunk-dependency/src/input.rs
+2-2
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,10 @@ use but_core::TreeStatusKind;
3
3
use but_workspace::StackId;
4
4
use gix::bstr::BString;
5
5
6
-
/// A whole stack for the purpose of generating hunk locking information from it, for use in [Dependencies::calculate()](crate::Dependencies::calculate()).
6
+
/// A whole stack for the purpose of generating hunk locking information from it, for use in [`WorkspaceRanges::try_from_stacks()`](crate::WorkspaceRanges::try_from_stacks()).
7
7
#[derive(Debug,Clone)]
8
8
pubstructInputStack{
9
-
/// The stack that contains [`commits`](InputStack::commits).
9
+
/// The stack that contains [commits](InputStack::commits_from_base_to_tip).
0 commit comments