From 718a634f8ce07596844e56c3b53399d9d01bab06 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Fri, 25 Jul 2014 16:12:50 +0100 Subject: [PATCH] Convert a doc-comment to "sugared" form ... to work around rust-lang/rust#15976 --- rust.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust.rs b/rust.rs index df2c640f0..e3f5261ed 100644 --- a/rust.rs +++ b/rust.rs @@ -2,7 +2,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this file, * You can obtain one at http://mozilla.org/MPL/2.0/. */ -#![doc = "Rust wrappers around the raw JS apis"] +//! Rust wrappers around the raw JS apis use libc::types::os::arch::c95::{size_t, c_uint}; use libc::c_char;