"pcdet/vscode:/vscode.git/clone" did not exist on "b6fbc50d28c0a308b7f8b597b9fb99a8dbb19a09"
  • Graham King's avatar
    chore: Upgrade Rust to 1.86 (#518) · e99aa1e1
    Graham King authored
    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
    e99aa1e1
Dockerfile.tensorrt_llm 5.72 KB