push_ignore_io() — tailwindcss Function Reference
Architecture documentation for the push_ignore_io() function in lib.rs from the tailwindcss codebase.
Entity Profile
Dependency Diagram
graph TD 376055c3_1b74_9f13_3f1b_d02d4abdd0c5["push_ignore_io()"] d51c8934_ce3d_f9d0_a14e_c9711e79f4e3["lib.rs"] 376055c3_1b74_9f13_3f1b_d02d4abdd0c5 -->|defined in| d51c8934_ce3d_f9d0_a14e_c9711e79f4e3 7646599f_2d6f_cd5f_10f8_604466647780["maybe_push_ignore_io()"] 7646599f_2d6f_cd5f_10f8_604466647780 -->|calls| 376055c3_1b74_9f13_3f1b_d02d4abdd0c5 bb499e1d_741f_3f1b_f524_dcd8becbe15b["push()"] 376055c3_1b74_9f13_3f1b_d02d4abdd0c5 -->|calls| bb499e1d_741f_3f1b_f524_dcd8becbe15b 1403aebf_dd46_af77_0ce9_c850092b37b3["is_io()"] 376055c3_1b74_9f13_3f1b_d02d4abdd0c5 -->|calls| 1403aebf_dd46_af77_0ce9_c850092b37b3 style 376055c3_1b74_9f13_3f1b_d02d4abdd0c5 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
crates/ignore/src/lib.rs lines 393–397
fn push_ignore_io(&mut self, err: Error) {
if !err.is_io() {
self.push(err);
}
}
Domain
Subdomains
Defined In
Called By
Source
Frequently Asked Questions
What does push_ignore_io() do?
push_ignore_io() is a function in the tailwindcss codebase, defined in crates/ignore/src/lib.rs.
Where is push_ignore_io() defined?
push_ignore_io() is defined in crates/ignore/src/lib.rs at line 393.
What does push_ignore_io() call?
push_ignore_io() calls 2 function(s): is_io, push.
What calls push_ignore_io()?
push_ignore_io() is called by 1 function(s): maybe_push_ignore_io.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free