We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32df8b7 commit 46a2a3fCopy full SHA for 46a2a3f
1 file changed
vectorctl-migration/src/lib.rs
@@ -26,7 +26,7 @@ pub struct Revision<'a> {
26
27
pub trait MigrationMeta {
28
fn name(&self) -> String;
29
- fn revision(&self) -> Revision;
+ fn revision(&self) -> Revision<'_>;
30
}
31
32
#[async_trait::async_trait]
0 commit comments