Chris Morgan
›
Git
›
anymap
› commitdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
patch
|
inline
| side by side (from parent 1:
d96c4a3
)
commit
grep
author
committer
pickaxe
?
search:
re
0.9.9: Rust update
0.9.9
author
Chris Morgan
<me@chrismorgan.info>
Wed, 21 Jan 2015 05:17:18 +0000
committer
Chris Morgan
<me@chrismorgan.info>
Wed, 21 Jan 2015 05:17:18 +0000
Cargo.toml
patch
|
blob
|
history
src/lib.rs
patch
|
blob
|
history
diff --git
a/Cargo.toml
b/Cargo.toml
index 6c15395822cd26381fd292a6cdc32f9287bfa042..b514e921dd6e4e6ebe25bc2749369263ffa1a2ea 100644
(file)
--- a/
Cargo.toml
+++ b/
Cargo.toml
@@
-1,6
+1,6
@@
[package]
name = "anymap"
[package]
name = "anymap"
-version = "0.9.
8
"
+version = "0.9.
9
"
authors = ["Chris Morgan <me@chrismorgan.info>"]
description = "A safe and convenient store for one value of each type"
#documentation = "http://www.rust-ci.org/chris-morgan/anymap/doc/anymap/index.html"
authors = ["Chris Morgan <me@chrismorgan.info>"]
description = "A safe and convenient store for one value of each type"
#documentation = "http://www.rust-ci.org/chris-morgan/anymap/doc/anymap/index.html"
diff --git
a/src/lib.rs
b/src/lib.rs
index d5c2be42fa5abe4f86648adea451d79dfeeba3a2..3b9d9135c03e91a644ec1c8cd03a627b9bb437cb 100644
(file)
--- a/
src/lib.rs
+++ b/
src/lib.rs
@@
-8,8
+8,8
@@
#[cfg(test)]
extern crate test;
#[cfg(test)]
extern crate test;
-use std::any::
Any
;
-use std::
intrinsics::{forget, TypeId}
;
+use std::any::
{Any, TypeId}
;
+use std::
mem::forget
;
use std::collections::HashMap;
use std::collections::hash_map;
use std::hash::{Hasher, Writer};
use std::collections::HashMap;
use std::collections::hash_map;
use std::hash::{Hasher, Writer};