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.
OdbBackend::freshen
1 parent 28e10f7 commit 0f4c37aCopy full SHA for 0f4c37a
src/odb_backend.rs
@@ -248,7 +248,7 @@ pub trait OdbBackend {
248
/// "Freshens" an already existing object, updating its last-used time.
249
///
250
/// Corresponds to the `freshen` function of [`git_odb_backend`].
251
- /// Requires that [`SupportedOperations::REFRESH`] is present in the value returned from
+ /// Requires that [`SupportedOperations::FRESHEN`] is present in the value returned from
252
/// [`supported_operations`] to expose it to libgit2.
253
254
/// The default implementation of this method panics.
0 commit comments