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 fns 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.
Context: #70750 (comment)
We have some uses of
default fninsrc/libcore/adapters/fuse.rswhich allow users to specialize those functions. Instead, thesedefault fns 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.