...
This commit is contained in:
@@ -12,7 +12,7 @@ impl Container {
|
||||
/// # Returns
|
||||
///
|
||||
/// * `Self` - The container instance for method chaining
|
||||
pub fn reset(mut self) -> Self {
|
||||
pub fn reset(self) -> Self {
|
||||
let name = self.name;
|
||||
let image = self.image.clone();
|
||||
|
||||
|
Reference in New Issue
Block a user