Improved based on feedback

This commit is contained in:
Syrus
2019-12-20 19:03:49 -08:00
parent 527d7072b3
commit 2404203ae4
2 changed files with 3 additions and 26 deletions

View File

@ -174,7 +174,7 @@ pub struct InstanceImage {
}
/// A `CodeVersion` is a container for a unit of generated code for a module.
// #[derive(Debug, Clone)]
#[derive(Clone)]
pub struct CodeVersion {
/// Indicates if this code version is the baseline version.
pub baseline: bool,