"lib/llm/git@developer.sourcefind.cn:OpenDAS/dynamo.git" did not exist on "404a78e99cfe3b6b9a062db24d7832fb08b08765"
chore: Upgrade Rust to 1.86 (#518)
Also upgrade the cargo resolver to v3, the default. New clippy lints: - `next_back()` instead of `last()` for a double-ended iterator. That avoids walking the whole list. - ` repeat_n` instead of `repeat.take`. That avoids cloning. - Doc indenting
Showing
Please register or sign in to comment