mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 16:26:18 +02:00
Update src/libutil/rust-ffi.hh
Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
This commit is contained in:
parent
e433d4af4c
commit
c2f33edd1f
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ protected:
|
||||||
}
|
}
|
||||||
|
|
||||||
// Not all Rust types are Clone / Copy, but our base Value class needs to
|
// Not all Rust types are Clone / Copy, but our base Value class needs to
|
||||||
// have a copy constructor so that ones which do implement Copy/Clone
|
// have a copy constructor so that types which do implement Copy/Clone
|
||||||
// can be copied/cloned.
|
// can be copied/cloned.
|
||||||
Value(const Value & other)
|
Value(const Value & other)
|
||||||
: raw(other.raw)
|
: raw(other.raw)
|
||||||
|
|
Loading…
Reference in a new issue