/*! -> //!
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:
committed by
Alex Crichton
parent
fac5a07679
commit
cd5c8235c5
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user