mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-01-24 22:32:56 +02:00
fix Cargo.toml
syntax (#190)
This commit is contained in:
parent
790e964ee6
commit
492037641e
@ -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`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user