• J
    Remove must_use from ALLOWED_ATTRIBUTES · 74e8e7bb
    Jacob Hoffman-Andrews 提交于
    This is a fairly common attribute on methods, but is not something you
    need to know when reading the method docs - the purpose of the attribute
    is for the compiler to tell you about it if you forget to use a value.
    
    Removing reclaims some valuable space in the summary of methods.
    74e8e7bb
attributes.rs 369 字节