Fix html_root_url.
This commit is contained in:
parent
b219a19608
commit
cbbe1a2aee
|
@ -85,7 +85,7 @@ an optimized set of tools for computer graphics and physics. Those features incl
|
|||
#![deny(unused_qualifications)]
|
||||
#![deny(unused_results)]
|
||||
#![warn(missing_docs)]
|
||||
#![doc(html_root_url = "http://nalgebra.org/doc")]
|
||||
#![doc(html_root_url = "http://nalgebra.org/rustdoc")]
|
||||
|
||||
#[cfg(feature = "arbitrary")]
|
||||
extern crate quickcheck;
|
||||
|
|
Loading…
Reference in New Issue