Closed
Description
Context: #70750 (comment)
We have some uses of default fn
in src/libcore/adapters/fuse.rs
which allow users to specialize those functions. Instead, these default fn
s should be moved into internal (private) traits so that the specialization isn't exposed.
This issue has been assigned to @rakshith-ravi via this comment.