Dependency injection for Rust
Find a file
David Tolnay 2239185d82
Replace local_inner_macros
The #[macro_export(local_inner_macros)] attribute is intended for macros
that require compatibility with rustc <1.30. When targeting only
compilers that support calling macros as $crate::m!(...), that should be
used instead.
2019-04-03 08:23:46 -07:00
src Replace local_inner_macros 2019-04-03 08:23:46 -07:00
.gitignore Initial commit 2018-09-18 11:39:15 +01:00
Cargo.toml Add support for dependencies of dependencies 2019-04-02 17:16:33 +01:00