Skip to content

Commit 4198ddb

Browse files
committed
Exclude from_nanos_u128 as it may legitimately panic
1 parent 1317b89 commit 4198ddb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/kani.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ jobs:
198198
--include-pattern time::Duration::from_micros \
199199
--include-pattern time::Duration::from_millis \
200200
--include-pattern time::Duration::from_nanos \
201+
--exclude-pattern time::Duration::from_nanos_u128 \
201202
--include-pattern time::Duration::from_secs \
202203
--exclude-pattern time::Duration::from_secs_f \
203204
--include-pattern unicode::unicode_data::conversions::to_ \

0 commit comments

Comments
 (0)