Skip to content

Commit

Permalink
Fixed managed state example not compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimundi committed Nov 2, 2013
1 parent 19fd535 commit 1e89bd2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/examples/managed-state/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

//! This example shows how managed objects can be accessed from callbacks

#[feature(managed_boxes)];

extern mod glfw;

use std::local_data;
Expand Down

0 comments on commit 1e89bd2

Please sign in to comment.