Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions lib/elixir/lib/inspect/algebra.ex
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,7 @@ defmodule Inspect.Algebra do
doc_cons(doc1, doc2)
end

@doc false
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should document it, given it is used by external modules. Apologies for missing this earlier.

Copy link
Contributor Author

@sabiwara sabiwara Oct 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I gave it a shot but I'm not very confident 856c9d3, feel free to edit and merge.

def no_limit(doc) do
doc_limit(doc, :infinity)
end
Expand Down
Loading