超蓝我的笔

Results 2 comments of 超蓝我的笔

I had changed the code. _____________________________________________________________________ ![image](https://user-images.githubusercontent.com/60283551/79069180-cbbe3880-7cfe-11ea-9077-fb8c61b62e13.png) Change "iteritems"to"items" _______________________________________________________________________ ![image](https://user-images.githubusercontent.com/60283551/79069192-e8f30700-7cfe-11ea-8fd2-14eea90d7b3a.png) Change"if not b.has_key(k)"to" if k not in b:" _____________________________________________________________________ ![image](https://user-images.githubusercontent.com/60283551/79069206-0cb64d00-7cff-11ea-825c-11e88176d5b7.png) change "np.load(A)"to "np.load(A,encoding=“latin1”)" ______________________________________________________________________ How can I fix it?

引用了过时的API error[E0557]: feature has been removed --> src/main.rs:6:12 | 6 | #![feature(const_in_array_repeat_expressions)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ feature has been removed | = note: removed due to causing promotable bugs