Skip to content

Commit

Permalink
Finally fixed all warnings, fix #23
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaz87 committed Nov 8, 2018
1 parent 6a3c851 commit 153cb51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/bindings/client.rs
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
use std::rc::Rc;
use std::cell::RefCell;
use actix_web;
use actix_web::HttpMessage;
use actix_web::client::{ClientRequest, ClientRequestBuilder, ClientResponse};
use futures::Future;
use rlua::prelude::*;
use rlua_serde;
use serde_json::{self, Value as JsonValue};
use rlua::{UserDataMethods, UserData};
use actix_web::http::Method;
use std::str::FromStr;

Expand Down
3 changes: 2 additions & 1 deletion src/bindings/crypto/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use rlua::{Error as LuaError, Lua, Value};
use rlua::{Error as LuaError, Lua};
use rust_sodium;

mod hash;
Expand Down Expand Up @@ -44,6 +44,7 @@ pub fn init(lua: &Lua) -> Result<(), LuaError> {
#[cfg(test)]
mod tests {
use super::*;
use rlua::Value;

#[test]
fn test_box_() {
Expand Down

0 comments on commit 153cb51

Please sign in to comment.