Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hides default fns inside Fuse impl to avoid exposing it to any crate #70910

Merged
merged 3 commits into from
Apr 17, 2020

Commits on Apr 8, 2020

  1. Added FuseIteratorImpl, FustDoubleEndedIteratorImpl and FuseExactSize…

    …IteratorImpl to avoid exposing default functions outside of the current crate.
    rakshith-ravi committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    0a54a94 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. Added comments.

    Removed unnecessarry empty impls.
    Moved code to organise it better
    rakshith-ravi committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    51cd29c View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. Configuration menu
    Copy the full SHA
    abe5973 View commit details
    Browse the repository at this point in the history