aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 73b4249..82b2851 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -28,7 +28,7 @@ pub fn print_usage(opts: &Options) {
}
/// Executes a hack
-pub fn run(hack: &mut ExuberantHack, conf: &Matches) {
+pub fn run_hack(hack: &mut ExuberantHack, conf: &Matches) {
loop {
hack.draw_frame(time::precise_time_s()).ok();