You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-29 03:51:35 +02:00
Add a cargo workspace containing both crates (#321)
* Move Cargo.toml for exercises to exercises directory. * Create a workspace with both exercises and i18n-helpers. * Build in CI as well as testing. * Binaries must have a main function. * No need for workspaces configuration for caching anymore.
This commit is contained in:
@ -222,3 +222,5 @@ mod tests {
|
||||
}
|
||||
}
|
||||
// ANCHOR_END: unit-tests
|
||||
|
||||
fn main() {}
|
||||
|
@ -6,7 +6,4 @@
|
||||
|
||||
```rust
|
||||
{{#include points-polygons.rs}}
|
||||
|
||||
#[allow(dead_code)]
|
||||
fn main() {}
|
||||
```
|
||||
|
@ -68,3 +68,5 @@ fn test_matches_with_wildcard() {
|
||||
));
|
||||
}
|
||||
// ANCHOR_END: unit-tests
|
||||
|
||||
fn main() {}
|
||||
|
Reference in New Issue
Block a user