mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-16 00:20:38 +00:00
ruff_python_ast: Make Singleton
Copy
(#14943)
## Summary Minor changed pulled out from #14759, as it seems to make sense in isolation. ## Test Plan —
This commit is contained in:
parent
e5cb4d6388
commit
d2712c7669
2 changed files with 3 additions and 3 deletions
|
@ -4061,7 +4061,7 @@ impl Ranged for Identifier {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, PartialEq)]
|
||||
#[derive(Clone, Copy, Debug, PartialEq)]
|
||||
pub enum Singleton {
|
||||
None,
|
||||
True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue