Skip to content

Commit 2be4c60

Browse files
committed
updates
Signed-off-by: Jessie Frazelle <github@jessfraz.com>
1 parent 3684d92 commit 2be4c60

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modeling-cmds/tests/python_stub_dupes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
//! Checks for duplicate class/enum names in generated stubs.
12
#![cfg(feature = "python")]
2-
#![allow(missing_docs)]
33

44
use std::{collections::BTreeMap, path::PathBuf};
55

modeling-cmds/tests/python_stub_enums.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
//! Ensures renamed `Storage` enums are reflected in stub generation.
12
#![cfg(feature = "python")]
2-
#![allow(missing_docs)]
33

44
use std::{collections::HashSet, path::PathBuf};
55

modeling-cmds/tests/python_stub_names.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
//! Ensures renamed `Options` classes are reflected in stub generation.
12
#![cfg(feature = "python")]
2-
#![allow(missing_docs)]
33

44
use std::{collections::HashSet, path::PathBuf};
55

0 commit comments

Comments
 (0)