Skip to content

Commit 1cc5fd0

Browse files
committed
chore: remove unused annotations
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent 8d7479b commit 1cc5fd0

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/build.yml

-1
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,6 @@ jobs:
597597

598598
- name: Upload coverage to Codecov
599599
uses: codecov/codecov-action@v4
600-
if: ${{ env.GITHUB_REPOSITORY }} == 'Stranger6667/css-inline'
601600
with:
602601
token: ${{ secrets.CODECOV_TOKEN }}
603602
name: coverage

bindings/python/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,6 @@ fn css_inline(py: Python<'_>, module: &Bound<'_, PyModule>) -> PyResult<()> {
379379
let inline_error = py.get_type_bound::<InlineError>();
380380
inline_error.setattr("__doc__", INLINE_ERROR_DOCSTRING)?;
381381
module.add("InlineError", inline_error)?;
382-
#[allow(deprecated)]
383382
module.add("__build__", pyo3_built::pyo3_built!(py, build))?;
384383
Ok(())
385384
}

0 commit comments

Comments
 (0)