From 577b404c67244a39fef37e83f5c29bdbf94a22ef Mon Sep 17 00:00:00 2001 From: David Partouche Date: Wed, 19 Nov 2014 16:09:38 +0100 Subject: [PATCH] Changed from_str to str --- src/string.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/string.rs b/src/string.rs index 1a7bcb4..aececd0 100644 --- a/src/string.rs +++ b/src/string.rs @@ -17,7 +17,7 @@ use base::{kCFAllocatorDefault, kCFAllocatorNull}; use libc; use std::fmt; -use std::from_str::FromStr; +use std::str::FromStr; use std::mem; use std::ptr; use std::vec::Vec;