Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
patreon: Veetaha
ko_fi: Veetaha
open_collective: bon-rs
2 changes: 1 addition & 1 deletion bon-macros/src/util/ide.rs
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ pub(crate) fn generate_completion_triggers(meta: Vec<Meta>) -> TokenStream {

struct CompletionsSchema {
key: &'static str,
children: Vec<CompletionsSchema>,
children: Vec<Self>,
custom_filter: Option<fn(&mut Vec<Meta>)>,
}

Expand Down
1 change: 1 addition & 0 deletions scripts/test-msrv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ with_log cd bon

step echo '[workspace]' >> Cargo.toml

step cargo update -p proc-macro2 --precise 1.0.101
step cargo update -p quote --precise 1.0.40
step cargo update -p once_cell --precise 1.17.2
step cargo update -p trybuild --precise 1.0.89
Expand Down
1 change: 0 additions & 1 deletion website/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ export default defineConfig({
link: "https://opencollective.com/bon-rs",
},
{ icon: "patreon", link: "https://patreon.com/Veetaha" },
{ icon: "kofi", link: "https://ko-fi.com/Veetaha" },
],

sidebar: {
Expand Down
Loading