Skip to content

Commit 9deac24

Browse files
author
Juliette Pretot
committed
Allow deprecated code inside of vendored ring. It includes code that is, and our CI fails on warnings
1 parent 87c34d1 commit 9deac24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

third_party/ring/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
missing_debug_implementations,
4949
non_camel_case_types,
5050
non_snake_case,
51-
unsafe_code
51+
unsafe_code,
52+
deprecated
5253
)]
5354
// `#[derive(...)]` uses `trivial_numeric_casts` and `unused_qualifications`
5455
// internally.

0 commit comments

Comments
 (0)