rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sat, 20 May 2023 01:22:49 +0200
changeset 50522 58e4842fbfc1
parent 45620 426294d06ddc
permissions -rw-r--r--
stream-clone: bail-out earlier if stream clone is not requested The `canperformstreamclone` function is bit messy. However it seems clearer to me to check if a stream-clone have been requested by the client or the server at all, before checking if a compatible protocol can be negotiated with the server. So I am doing some gratuitous movement so reorder conditional.

edition = "2018"
max_width = 79
wrap_comments = true
error_on_line_overflow = true