Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support description shards #285

Merged
merged 18 commits into from
Jun 23, 2024
Merged

Support description shards #285

merged 18 commits into from
Jun 23, 2024

Conversation

Folyd
Copy link
Member

@Folyd Folyd commented Jun 16, 2024

Resolve #284.

Copy link

vercel bot commented Jun 16, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
rust-search-extension ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 22, 2024 11:54pm

@@ -57,16 +66,20 @@
return dependencies;
}

function loadScript({ url, loadCallback, errorCallback }) {
const script = document.createElement("script");
script.src = url;

Check warning

Code scanning / CodeQL

DOM text reinterpreted as HTML Medium

DOM text
is reinterpreted as HTML without escaping meta-characters.
@Folyd Folyd marked this pull request as ready for review June 23, 2024 00:01
@Folyd Folyd merged commit 3597c31 into master Jun 23, 2024
4 checks passed
@Folyd Folyd deleted the desc-shard branch June 23, 2024 00:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix breaking changes: rustdoc description shards
1 participant