Skip to content

Commit

Permalink
Add doc urls
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Mar 4, 2015
1 parent a53d51f commit f93b9cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions miniz-sys/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![doc(html_root_url = "http://alexcrichton.com/flate2-rs")]
#![allow(bad_style)]

extern crate libc;
Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
//! These provide convenience methods for creating a decoder/encoder out of an
//! already existing stream to chain construction.

#![doc(html_root_url = "http://alexcrichton.com/flate2-rs")]
#![feature(io, core, collections, std_misc)]
#![deny(missing_docs)]
#![feature(unsafe_destructor)]
Expand Down

0 comments on commit f93b9cc

Please sign in to comment.