/*! -> //!

Sister pull request of https://github.com/rust-lang/rust/pull/19288, but
for the other style of block doc comment.
This commit is contained in:
Steve Klabnik
2014-11-25 21:17:11 -05:00
committed by Alex Crichton
parent fac5a07679
commit cd5c8235c5
119 changed files with 6859 additions and 8079 deletions

View File

@@ -8,13 +8,9 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
/*!
Dynamic library facilities.
A simple wrapper over the platform's dynamic library facilities
*/
//! Dynamic library facilities.
//!
//! A simple wrapper over the platform's dynamic library facilities
#![experimental]
#![allow(missing_docs)]