Skip to content

Commit 6bfeaab

Browse files
committed
chore: Remove unused test code
1 parent badbdc2 commit 6bfeaab

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

crates/stackable-operator/src/config/fragment.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -246,13 +246,6 @@ mod tests {
246246
optional: Option<WithFields>,
247247
}
248248

249-
#[derive(Fragment, Debug, PartialEq, Eq)]
250-
#[fragment(path_overrides(fragment = "super"))]
251-
struct GenericNested<T: super::FromFragment> {
252-
required: T,
253-
optional: Option<T>,
254-
}
255-
256249
#[test]
257250
fn validate_empty() {
258251
assert_eq!(validate::<Empty>(EmptyFragment {}).unwrap(), Empty {});

0 commit comments

Comments
 (0)