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

@ -2,7 +2,7 @@
//! Take an AST and transform it into bytecode
//!
//! Inspirational code:
//! https://github.com/python/cpython/blob/master/Python/compile.c
//! https://github.com/python/cpython/blob/main/Python/compile.c
//! https://github.com/micropython/micropython/blob/master/py/compile.c
use crate::ir::{self, CodeInfo};