Merge remote-tracking branch 'john-ericson/more-rust-ffi' into no-stringly-typed-derivation-output

This commit is contained in:
Carlo Nucera 2020-05-26 12:31:26 -04:00
commit 89a5ac9d3b

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)