mirror of https://github.com/rwf2/Rocket.git
Remove codegen_tests dir.
This commit is contained in:
parent
5915c69f39
commit
155ef0d26d
|
@ -1,9 +0,0 @@
|
||||||
[package]
|
|
||||||
name = "codegen_tests"
|
|
||||||
version = "0.1.0"
|
|
||||||
authors = ["Sergio Benitez <sb@sergio.bz>"]
|
|
||||||
|
|
||||||
[dev-dependencies]
|
|
||||||
compiletest-rs = "*"
|
|
||||||
rocket = "../lib"
|
|
||||||
rocket_macros = "../macros"
|
|
|
@ -1,3 +0,0 @@
|
||||||
fn main() {
|
|
||||||
println!("Hello, world!");
|
|
||||||
}
|
|
Loading…
Reference in New Issue