File tree 2 files changed +12
-2
lines changed
Filter options
2 files changed +12
-2
lines changed
Original file line number Diff line number Diff line change 50
50
// RustPython
51
51
" aiterable" ,
52
52
" alnum" ,
53
+ " awaitpromise" ,
53
54
" baseclass" ,
54
55
" boxvec" ,
55
56
" Bytecode" ,
67
68
" GetSet" ,
68
69
" groupref" ,
69
70
" internable" ,
71
+ " jserr" ,
72
+ " jsresult" ,
73
+ " lossily" ,
70
74
" makeunicodedata" ,
71
75
" miri" ,
76
+ " nonoverlapping" ,
72
77
" notrace" ,
73
78
" openat" ,
74
79
" pyarg" ,
96
101
" PyResult" ,
97
102
" pyslot" ,
98
103
" PyStaticMethod" ,
104
+ " pystone" ,
99
105
" pystr" ,
100
106
" pystruct" ,
101
107
" pystructseq" ,
102
108
" pytrace" ,
103
109
" reducelib" ,
104
110
" richcompare" ,
111
+ " rustpy" ,
105
112
" RustPython" ,
106
113
" struc" ,
114
+ " surrogateescape" ,
107
115
" sysmodule" ,
108
116
" tracebacks" ,
109
117
" typealiases" ,
110
- " Unconstructible" ,
118
+ " ufrexp" ,
119
+ " unconstructible" ,
111
120
" unhashable" ,
112
121
" uninit" ,
113
122
" unraisable" ,
123
+ " unresizable" ,
114
124
" wasi" ,
115
125
" zelf" ,
116
126
// unix
Original file line number Diff line number Diff line change @@ -757,7 +757,7 @@ impl Wtf8 {
757
757
758
758
/// Create a WTF-8 slice from a WTF-8 byte slice.
759
759
//
760
- // whooops ! using WTF-8 for interchange!
760
+ // whoops ! using WTF-8 for interchange!
761
761
#[ inline]
762
762
pub fn from_bytes ( b : & [ u8 ] ) -> Option < & Self > {
763
763
let mut rest = b;
You can’t perform that action at this time.
0 commit comments