mirror of
https://fastgit.cc/github.com/Michael-A-Kuykendall/shimmy
synced 2026-04-30 13:51:41 +08:00
- Resolves Issue #128: BackendAlreadyInitialized error - OnceLock singleton pattern for LlamaBackend - Fixed 60+ clippy errors across codebase: * Boolean logic bugs in GPU detection tests * Obsolete API usage in benchmarks (Registry rewrite) * Dead code warnings in test helpers * Needless borrows (54 instances) * Unnecessary literal unwrap patterns * Field reassignment after default * expect_fun_call patterns * empty_line_after_doc_comments * single_match patterns * needless_range_loop - All tests passing with -D warnings (strict mode) Signed-off-by: Michael A. Kuykendall <michaelallenkuykendall@gmail.com>