• K
    lib{std,core,debug,rustuv,collections,native,regex}: Fix snake_case errors. · 3faa6762
    Kevin Butler 提交于
    A number of functions/methods have been moved or renamed to align
    better with rust standard conventions.
    
    std::reflect::MovePtrAdaptor => MovePtrAdaptor::new
    debug::reflect::MovePtrAdaptor => MovePtrAdaptor::new
    std::repr::ReprVisitor => ReprVisitor::new
    debug::repr::ReprVisitor => ReprVisitor::new
    rustuv::homing::HomingIO.go_to_IO_home => go_to_io_home
    
    [breaking-change]
    3faa6762
reflect.rs 12.8 KB