Add #![doc(html_logo_url = ...)] to crates

This commit is contained in:
coolreader18 2019-07-08 23:57:18 -05:00
parent 02c4064b85
commit 6c03386162

View file

@ -1,5 +1,7 @@
//! Compile a Python AST or source code into bytecode consumable by RustPython or
//! (eventually) CPython.
#![doc(html_logo_url = "https://raw.githubusercontent.com/RustPython/RustPython/master/logo.png")]
#![doc(html_root_url = "https://docs.rs/rustpython-compiler/")]
#[macro_use]
extern crate log;