Flatten anymap::any out of existence
[anymap] / src / any.rs
Chris MorganRefactor to avoid a spurious compatibility warning
Chris MorganUnravel the parbroken define! macro
Chris MorganNo more bare trait objects: use `dyn Trait` syntax
Chris MorganPut in a bunch of #[inline] attributes on fns.
Chris MorganUse raw pointers for downcasting, not TraitObject
Chris MorganRemove now-unnecessary #[allow]s.
Chris MorganMake Clippy happy.
Chris Morgan0.11.2: just fixing warnings and such. 0.11.2
Chris MorganRename 'nightly' feature to 'unstable'.
Chris MorganImplement Debug for Map and RawMap.
Chris MorganReplace Cargo features with arcane DST magicks.