mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-04-27 17:42:18 +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
|
* This can be useful in servers which should keep running even if a single
|
||||||
request crashes.
|
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