Skip to content

Commit 50770f5

Browse files
authored
Merge pull request RustPython#1965 from volodg/master
make "frame" module public
2 parents c5bdd8c + 4cadc9d commit 50770f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vm/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ mod dictdatatype;
6262
pub mod eval;
6363
pub mod exceptions;
6464
pub mod format;
65-
mod frame;
65+
pub mod frame;
6666
mod frozen;
6767
pub mod function;
6868
pub mod import;

0 commit comments

Comments
 (0)