Generate new semver baseline (#3835)

This commit is contained in:
Dániel Buga 2025-07-18 17:32:05 +02:00 committed by GitHub
parent d02dd21871
commit fc27f983c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 1 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -131,6 +131,7 @@ pub(crate) fn remove_unstable_items(path: &Path) -> Result<(), anyhow::Error> {
"#[cfg(any(doc, feature = \"unstable\"))]",
"#[<cfg>(feature = \"unstable\")]",
"#[cfg(feature = \"unstable\")]",
"#[doc(cfg(feature = \"unstable\"))]",
];
for (id, item) in &mut krate.index {