You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-17 14:47:35 +02:00
fix Cargo.toml
syntax (#190)
This commit is contained in:
@ -18,4 +18,4 @@ assert!(result.is_err());
|
||||
|
||||
* This can be useful in servers which should keep running even if a single
|
||||
request crashes.
|
||||
* This does not work if `panic = abort` is set in your `Cargo.toml`.
|
||||
* This does not work if `panic = 'abort'` is set in your `Cargo.toml`.
|
||||
|
Reference in New Issue
Block a user