Loading rust/snapshot_utils.go +2 −2 Original line number Diff line number Diff line Loading @@ -20,12 +20,12 @@ import ( func (mod *Module) ExcludeFromVendorSnapshot() bool { // TODO Rust does not yet support snapshotting return true return false } func (mod *Module) ExcludeFromRecoverySnapshot() bool { // TODO Rust does not yet support snapshotting return true return false } func (mod *Module) IsSnapshotLibrary() bool { Loading Loading
rust/snapshot_utils.go +2 −2 Original line number Diff line number Diff line Loading @@ -20,12 +20,12 @@ import ( func (mod *Module) ExcludeFromVendorSnapshot() bool { // TODO Rust does not yet support snapshotting return true return false } func (mod *Module) ExcludeFromRecoverySnapshot() bool { // TODO Rust does not yet support snapshotting return true return false } func (mod *Module) IsSnapshotLibrary() bool { Loading