Remove stray trailing whitespace

This commit is contained in:
Jon Gjengset 2023-12-17 18:15:06 +01:00
parent 60fdfbb650
commit a13691528b

View file

@ -57,8 +57,8 @@ jobs:
# dependencies. Alternatively, you can add a line in your Cargo.toml to artificially increase # dependencies. Alternatively, you can add a line in your Cargo.toml to artificially increase
# the minimal dependency, which you do with e.g.: # the minimal dependency, which you do with e.g.:
# ```toml # ```toml
# # for minimal-versions # # for minimal-versions
# [target.'cfg(any())'.dependencies] # [target.'cfg(any())'.dependencies]
# openssl = { version = "0.10.55", optional = true } # needed to allow foo to build with -Zminimal-versions # openssl = { version = "0.10.55", optional = true } # needed to allow foo to build with -Zminimal-versions
# ``` # ```
# The optional = true is necessary in case that dependency isn't otherwise transitively required # The optional = true is necessary in case that dependency isn't otherwise transitively required