Skip to content

Commit 6791c3c

Browse files
Copilotbashandbone
andauthored
fix: remove invalid #[serde(flatten)] from branch deserialization test (#49)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: bashandbone <89049923+bashandbone@users.noreply.github.com>
1 parent 43d9722 commit 6791c3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/options.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ mod tests {
716716
// SerializableBranch appears as a field value in real config files.
717717
#[derive(Debug, serde::Deserialize)]
718718
struct Helper {
719-
#[serde(flatten)]
719+
#[expect(dead_code)]
720720
branch: SerializableBranch,
721721
}
722722

0 commit comments

Comments
 (0)