Skip to content

Commit c27f5fb

Browse files
Soluminfacebook-github-bot
authored andcommitted
Clean up dead_code marker in mypy/pyproject
Summary: as title Reviewed By: connernilsen Differential Revision: D73623611 fbshipit-source-id: c1a4b1fc0ef7bbeac27a408c9d7fb21dacce7354
1 parent 4f4fd70 commit c27f5fb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pyrefly/lib/config/mypy/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
*/
77

88
mod ini;
9-
// **TEMPORARY** until this module gets all wired up.
10-
#[allow(dead_code)]
119
mod pyproject;
1210
mod regex_converter;
1311

pyrefly/lib/config/mypy/pyproject.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ use crate::util::globs::Globs;
2525
// - Any of the fields may be a string, a list of strings, or a string that needs to be split (possibly with a delimiter besides `,`.)
2626
// This means it's hard to share code with the INI parsing implementation.
2727

28+
#[allow(dead_code)]
2829
#[serde_as]
2930
#[derive(Debug, Deserialize)]
3031
struct ModuleSection {

0 commit comments

Comments
 (0)