cameron-martin / bazel-lsp

A language server implementation for Bazel
Apache License 2.0
36 stars 1 forks source link

fix: Don't give empty documentation to starlark-rust #44

Closed cameron-martin closed 2 weeks ago

cameron-martin commented 2 weeks ago

starlark-rust panics if a DocString is given that contains an empty summary. In response, we filter out empty summaries and don't generate any DocString for these.

Fixes #41