From 5e32c5ea448563be91017d71bab060c8a6bd90fe Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 24 Jan 2020 15:10:49 -0500 Subject: s/PinnedBuf/ZeroCopyBuf (#3782) --- cli/ops/random.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/ops/random.rs') diff --git a/cli/ops/random.rs b/cli/ops/random.rs index 334616211..950e9c7f0 100644 --- a/cli/ops/random.rs +++ b/cli/ops/random.rs @@ -16,7 +16,7 @@ pub fn init(i: &mut Isolate, s: &ThreadSafeState) { fn op_get_random_values( state: &ThreadSafeState, _args: Value, - zero_copy: Option, + zero_copy: Option, ) -> Result { assert!(zero_copy.is_some()); -- cgit v1.2.3