update readme

master
Avril 4 years ago
parent f4e54d40bb
commit d2364259f6
Signed by: flanchan
GPG Key ID: 284488987C31F630

@ -105,7 +105,7 @@
fn try_things_internal() -> GhostResult // On nightly, we can propagage `GHOST_TSuccess` directly here, but it's still more desireable for us to have a `Result<T,E>` instead of an integer in Rust, so this is still preferrable.
{
unsafe {
eturns_tsuccess()?;
returns_tsuccess()?;
}
Ok(())

Loading…
Cancel
Save