1
0
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:
Andy George 2023-01-20 04:28:38 -06:00 committed by GitHub
parent 790e964ee6
commit 492037641e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`.