nazo6

Results 4 issues of nazo6

#1496 added a new option to support Rust 2018 Edition, but it doesn't seem to be published successfully. This PR fixes it.

### Neovim version (nvim -v) 0.7.0-dev+1275-g00effff56 ### Vim (not Nvim) behaves the same? N/A ### Operating system/version Windows11 ### Terminal name/version Windows Terminal 1.11 ### $TERM environment variable vtpcon ###...

bug
platform:windows
lua

# Problem I have data like this in `Test` table ![image](https://github.com/Brendonovich/prisma-client-rust/assets/53177992/65ed9730-bdc1-457c-9f20-ede16db6744d) And there is code to find data which contains "abc" and "def". ```rust let res = client .test() .find_many(vec![and(vec![...

bug

While using the fidget telescope extension, I noticed that the following error occasionally occurs. ``` vim.schedule callback: .../nvim-data/lazy/telescope.nvim/lua/telescope/pickers.lua:1469: Cursor position outside buffer stack traceback: [C]: in function 'nvim_win_set_cursor' .../nvim-data/lazy/telescope.nvim/lua/telescope/pickers.lua:1469: in...