Skip to content

Commit c31887b

Browse files
committed
meta: Update to rustdoc format version 56
1 parent d2fa0a2 commit c31887b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/transform/intralinks/rustdoc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ use rustdoc_types::{Enum, ProcMacro, Union};
1717
use std::collections::HashMap;
1818
use std::path::{Path, PathBuf};
1919

20-
const EXPECTED_RUSTDOC_FORMAT_VERSION: u32 = 55;
20+
const EXPECTED_RUSTDOC_FORMAT_VERSION: u32 = 56;
2121

2222
fn crate_from_file(path: &Path) -> Result<Crate, IntralinkError> {
2323
let json = std::fs::read_to_string(path)

0 commit comments

Comments
 (0)