From a8ce4a2231d9961a0f1e9a5637b72a4826845ec1 Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Fri, 15 Jul 2016 14:17:10 +0200 Subject: [PATCH] Turn top comment into crate-wide comment --- resources/rust/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/rust/main.rs b/resources/rust/main.rs index 16cfe2f2..a9996900 100644 --- a/resources/rust/main.rs +++ b/resources/rust/main.rs @@ -1,4 +1,4 @@ -/// A blinky example for Tessel +//! A blinky example for Tessel // Import the tessel library extern crate rust_tessel;