summaryrefslogtreecommitdiff
path: root/tests/fstar/misc/External.FunsExternal.fsti
diff options
context:
space:
mode:
authorZyad Hassan2024-04-24 09:28:38 -0700
committerZyad Hassan2024-04-24 09:28:38 -0700
commit97a70ecd3e70d08fae544dc11cca0fb1e06e5a66 (patch)
treedd895e17815e9b2e5ccf69c85c64345aa1293b2e /tests/fstar/misc/External.FunsExternal.fsti
parent9b281e021b3b2dbfa6ff265cc843e0aac3b400ac (diff)
Update tests
Diffstat (limited to 'tests/fstar/misc/External.FunsExternal.fsti')
-rw-r--r--tests/fstar/misc/External.FunsExternal.fsti6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/fstar/misc/External.FunsExternal.fsti b/tests/fstar/misc/External.FunsExternal.fsti
index 4c1c58b7..64d6d883 100644
--- a/tests/fstar/misc/External.FunsExternal.fsti
+++ b/tests/fstar/misc/External.FunsExternal.fsti
@@ -17,9 +17,3 @@ val core_mem_swap (t : Type0) : t -> t -> state -> result (state & (t & t))
val core_num_nonzero_NonZeroU32_new
: u32 -> state -> result (state & (option core_num_nonzero_NonZeroU32_t))
-(** [core::option::{core::option::Option<T>}::unwrap]:
- Source: '/rustc/d59363ad0b6391b7fc5bbb02c9ccf9300eef3753/library/core/src/option.rs', lines 932:4-932:34
- Name pattern: core::option::{core::option::Option<@T>}::unwrap *)
-val core_option_Option_unwrap
- (t : Type0) : option t -> state -> result (state & t)
-