rustpkg: Add a not_a_workspace condition

This commit is contained in:
Tim Chevalier 2013-08-28 11:35:11 -07:00
parent 34ed4e26a2
commit 7cbdee1663

View File

@ -36,3 +36,11 @@ condition! {
condition! {
no_rust_path: (~str) -> super::Path;
}
condition! {
not_a_workspace: (~str) -> super::Path;
}
condition! {
failed_to_create_temp_dir: (~str) -> super::Path;
}