Merge "Fix ExcludeFromVendorSnapshot check"
This commit is contained in:
@@ -20,12 +20,12 @@ import (
|
|||||||
|
|
||||||
func (mod *Module) ExcludeFromVendorSnapshot() bool {
|
func (mod *Module) ExcludeFromVendorSnapshot() bool {
|
||||||
// TODO Rust does not yet support snapshotting
|
// TODO Rust does not yet support snapshotting
|
||||||
return true
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
func (mod *Module) ExcludeFromRecoverySnapshot() bool {
|
func (mod *Module) ExcludeFromRecoverySnapshot() bool {
|
||||||
// TODO Rust does not yet support snapshotting
|
// TODO Rust does not yet support snapshotting
|
||||||
return true
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
func (mod *Module) IsSnapshotLibrary() bool {
|
func (mod *Module) IsSnapshotLibrary() bool {
|
||||||
|
Reference in New Issue
Block a user