Skip to content

Commit a978b84

Browse files
committed
update tests
1 parent 080d765 commit a978b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/clean/types/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ fn should_not_trim() {
7272
fn is_same_generic() {
7373
use crate::clean::types::{PrimitiveType, Type};
7474
use crate::formats::cache::Cache;
75-
let cache = Cache::new(false, false, false);
75+
let cache = Cache::new(false, false, false, false);
7676
let generic = Type::Generic(rustc_span::symbol::sym::Any);
7777
let unit = Type::Primitive(PrimitiveType::Unit);
7878
assert!(!generic.is_doc_subtype_of(&unit, &cache));

0 commit comments

Comments
 (0)