Don't use the Untraceable fields outside the module they're defined in.

This pattern will become illegal with the next Rust upgrade.
This commit is contained in:
Ms2ger 2014-03-12 14:30:19 +01:00
parent af616dba58
commit a15cac53bc
8 changed files with 23 additions and 9 deletions

View file

@ -81,7 +81,7 @@ pub struct Window {
image_cache_task: ImageCacheTask,
active_timers: ~HashSet<TimerHandle>,
next_timer_handle: i32,
extra: Untraceable
priv extra: Untraceable
}
struct Untraceable {