Update src/libutil/rust-ffi.hh

Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
This commit is contained in:
Carlo Nucera 2020-05-26 11:43:18 -04:00 committed by GitHub
parent e433d4af4c
commit c2f33edd1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,7 @@ protected:
}
// 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.
Value(const Value & other)
: raw(other.raw)