Replace master with main

Fixes #3067
This commit is contained in:
Padraic Fanning 2021-09-15 17:54:54 -04:00
parent 05fcfa8aa1
commit ae122c6478
3 changed files with 5 additions and 5 deletions

View file

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