You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2018/04/09 15:39:21 UTC

[arrow] branch master updated: ARROW-2424: [Rust] Fix build - add missing import

This is an automated email from the ASF dual-hosted git repository.

apitrou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new ad39d1f  ARROW-2424: [Rust] Fix build - add missing import
ad39d1f is described below

commit ad39d1fec33ac19c53aee60d1b5d0a26cdb51f23
Author: Andy Grove <an...@gmail.com>
AuthorDate: Mon Apr 9 17:39:09 2018 +0200

    ARROW-2424: [Rust] Fix build - add missing import
    
    @pitrou recent merges broke the build somehow - this fixes it
    
    Author: Andy Grove <an...@gmail.com>
    
    Closes #1864 from andygrove/fix_build and squashes the following commits:
    
    2f87c70 <Andy Grove> Fix build - add missing import
---
 rust/src/builder.rs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rust/src/builder.rs b/rust/src/builder.rs
index 832b2a4..9915a8b 100644
--- a/rust/src/builder.rs
+++ b/rust/src/builder.rs
@@ -18,6 +18,7 @@
 use libc;
 use std::mem;
 use std::ptr;
+use std::slice;
 
 use super::buffer::*;
 use super::memory::*;

-- 
To stop receiving notification emails like this one, please contact
apitrou@apache.org.