mirror of
https://github.com/chronotope/chrono.git
synced 2025-10-02 15:26:12 +00:00
Privatize WeekdaySetIter fields
This commit is contained in:
parent
64c65a9256
commit
97d6c63733
@ -344,8 +344,8 @@ impl Debug for WeekdaySet {
|
||||
/// See [`WeekdaySet::iter()`].
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct WeekdaySetIter {
|
||||
pub days: WeekdaySet,
|
||||
pub start: Weekday,
|
||||
days: WeekdaySet,
|
||||
start: Weekday,
|
||||
}
|
||||
|
||||
impl Iterator for WeekdaySetIter {
|
||||
|
Loading…
x
Reference in New Issue
Block a user