SIGN IN SIGN UP

Replace `lazy_static!` with `OnceLock` in `ai` crate (#8647)

This PR replaces a `lazy_static!` usage in the `ai` crate with
`OnceLock` from the standard library.

This allows us to drop the `lazy_static` dependency from this crate.

Release Notes:

- N/A
M
Marshall Bowers committed
0d0ce95eaebf4e708caec8211b06f2a12ccc4c7e
Parent: eb1ab69
Committed by GitHub <noreply@github.com> on 3/1/2024, 4:37:20 AM