add a minor changes & trigger rust rebuild

This commit is contained in:
aydin.kim 2014-01-03 08:43:18 +09:00
parent 28757e2257
commit 269d300921
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,4 @@
# If this file is modified, then rust will be forcibly cleaned and then rebuilt.
# The actual contents of this file do not matter, but to trigger a change on the
# build bots then the contents should be changed so git updates the mtime.
2013-10-31
2014-01-02

View file

@ -37,6 +37,7 @@ impl ApplicationMethods for Application {
impl Drop for Application {
fn drop(&mut self) {
drop_local_window();
}
}