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

Add doc comments for cosmetic filter structs/methods #61

Merged
merged 2 commits into from Jan 2, 2020
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Merge branch 'master' into extra-cosmetic-filter-docs

  • Loading branch information
AndriusA committed Jan 2, 2020
commit 0933635560d464e9831c02515f020b35c3703197
@@ -222,8 +222,8 @@ impl Engine {
/// including it, providing that the corresponding rule does not have an exception.
///
/// `exceptions` should be passed directly from `HostnameSpecificResources`.
pub fn class_id_stylesheet(&self, classes: &[String], ids: &[String], exceptions: HashSet<String>) -> Option<String> {
self.cosmetic_cache.class_id_stylesheet(classes, ids, &exceptions)
pub fn class_id_stylesheet(&self, classes: &[String], ids: &[String], exceptions: &HashSet<String>) -> Option<String> {
self.cosmetic_cache.class_id_stylesheet(classes, ids, exceptions)
}

/// Returns a set of cosmetic filter resources required for a particular hostname. Once this
You are viewing a condensed version of this merge commit. You can view the full changes here.
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.