diff options
Diffstat (limited to 'examples/tour/src')
| -rw-r--r-- | examples/tour/src/main.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/examples/tour/src/main.rs b/examples/tour/src/main.rs index 952300bb..d46e40d1 100644 --- a/examples/tour/src/main.rs +++ b/examples/tour/src/main.rs @@ -285,7 +285,7 @@ impl<'a> Step {                      is_showing_icon, ..                  } = self                  { -                    *is_showing_icon = toggle +                    *is_showing_icon = toggle;                  }              }          }; | 
